home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / $APPDATA / Carthago / Twistpad / Syntax / jscript.sdf < prev    next >
Text File  |  2007-09-09  |  2KB  |  89 lines

  1. ;Java script source Syntax highlight Script for Twistpad
  2. ;1998 - 2007 ⌐ Carthago Software
  3.  
  4. [::Header::]
  5. SyntaxName=Java Script
  6. Extensions=js
  7. Spelling=0
  8. SpellingContexts=1;2
  9. CommentChar=//
  10. escapeChar=\
  11.  
  12. [Comment1]
  13. Type=StartStop
  14. Context=1
  15. Scope=0
  16. Priority=10
  17. WholeWordOnly=0
  18. First=//
  19. Last=
  20. Background=Default
  21. Foreground=008000
  22. italic=0
  23. escapeChar=\
  24.  
  25. [Comment2]
  26. Type=StartStop
  27. Context=1
  28. Scope=0
  29. Priority=10
  30. WholeWordOnly=0
  31. First=/*
  32. Last=*/
  33. Background=Default
  34. Foreground=008000
  35. italic=0
  36. escapeChar=\
  37. outline=1
  38.  
  39. [Quote]
  40. Type=StartStop
  41. Context=2
  42. Scope=0
  43. Priority=10
  44. WholeWordOnly=0
  45. First="
  46. Last="
  47. Background=Default
  48. Foreground=808080
  49. escapeChar=\
  50.  
  51. [Quote2]
  52. Type=StartStop
  53. Context=3
  54. Scope=0
  55. Priority=10
  56. WholeWordOnly=0
  57. First='
  58. Last='
  59. Background=Default
  60. Foreground=808080
  61. escapeChar=\
  62.  
  63. [Brackets]
  64. Type=StartStop
  65. Context=4
  66. Scope=0
  67. Priority=4
  68. WholeWordOnly=0
  69. First={
  70. Last=}
  71. Background=Default
  72. Foreground=Default
  73. Outline=1
  74. Smart=1
  75.  
  76. [Keywords]
  77. Type=keyword
  78. Context=101
  79. Scope=0
  80. Priority=6
  81. WholeWordOnly=1
  82. Keyword1=Abstract;Boolean;break;byte;case;catch;char;class;const;continue;default;delete;do;double;
  83. Keyword2=else;extends;false;final;finally;float;for;function;goto;if;implements;import;in;instanceof;
  84. Keyword3=int;interface;long;native;new;null;package;private;protected;public;return;short;static;super;
  85. Keyword4=switch;synchronized;this;throw;throws;transient;true;try;typeof;var;void;while;with;
  86. Background=Default
  87. Foreground=0000FF
  88. Bold=0
  89.